.footer{
	text-align:center;
  margin:0; 
  padding-bottom: 0rem; 
  padding-top: 0rem;
  background-image: url('img/texture_foncee.png'); 
}

  /*box*/
   /* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

.md-perspective body  {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

.container {
  background: #e74c3c;
  min-height: 100%;
}

.md-modal {
  position: fixed;
  top: 40%;
  left: 50%;
  width: 50%;
  max-width: 40em;
  min-width: 29em;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
.md-content {
  color: #fff;
  background: #ddd;
  position: relative;
  border-radius: 3px;
  margin: 1rem 1rem 1rem 1rem;
}

.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0,0,0,0.1);
  border-radius: 3px 3px 0 0;
}

.md-content > div {
  padding: 1rem 2rem 1.5rem 1rem;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

@media screen and (max-width: 40em) { 
  .md-content h3 {
    margin: 0;
    padding: 0.4em;
    font-size: 1.4em;
  }
  .md-content > div {
  padding: 0.5rem 1rem 1rem 1rem;
  }

  .md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 19em;
  min-width: 19em;
  }
}


.md-content > div p {
  /*margin: 0;
  padding: 10px 0;*/
}

.md-content > div ul {
  text-align: justify;
  font-family: "Century Gothic Regular";    
  color:black;
  font-size: 0.8rem;
  line-height: 1.25;
  margin: 0;
  padding: 0 0 10px 20px;
}


.md-content > div ul li {
  padding: 5px 0;
}

.md-content button {
  display: block;
  /* margin: 0 auto; */
  font-size: 0.9em;
  float: right;
  background: none;
}

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}





/*Button Profiles*/
button, .buttonprofile {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: leelawadee, khmer UI, calibri, century gothic; "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  font-size: 0.85rem;
  border-bottom: 0.2rem;
  /*background-color: #dfdfdf;*/
  border-color: #993399;
  color: black;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .buttonprofile:hover, .buttonprofile:focus {
    /*background-color: white;*/ }
  button:hover, button:focus, .buttonprofile:hover, .buttonprofile:focus {
    color: white; }


/*.titre{
    font-family:"Century Gothic Bold";
    font-size:4.3rem;
    margin-top: 10rem;
    text-shadow: 1px 1px 2px black;
}

.titreitalic{
  font-family:"Century Gothic Italic";
  font-size:1.7rem;
  margin-bottom: 0.25rem;
  text-shadow: 1px 1px 2px black;
}*/


/*couleur Styles*/
.blanc {
  color:white;
}



/*POLICES*/

/*Century Gothic Regular*/
@font-face {
    font-family: "Century Gothic Regular";
    src: url('police/gothic.ttf');
}

/*Century Gothic Bold*/
@font-face {
    font-family: "Century Gothic Bold";
    src: url('police/gothicb.ttf');
}

/*Century Gothic Bold Italic*/
@font-face {
    font-family: "Century Gothic Bold Italic";
    src: url('police/gothicbi.ttf');
}

/*Century Gothic Italic*/
@font-face {
    font-family: "Century Gothic Italic";
    src: url('police/gothici.ttf');
}


.icone{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}


@media only screen and (min-width: 40.063em) {
  .icone{
    margin-top: 1rem;
  }
}

.citation{
    font-family: "Century Gothic Italic";
    text-align: center;
    font-size: 1.6em;
    color: white;
    margin-top: 1.2rem;
}



.nomreference{
    font-family: "Century Gothic Italic";
    text-align: center;
    font-size: 1.2rem;
    color: white;
    padding-top: 0.6rem;
    margin-bottom: 1.2rem;
}

.trombi
{
    padding: 0;
    padding-right: 15px;
}

.infosTrombi
{
    text-align: center;
    font-family: "Century Gothic Regular";
    color:black;
    font-size: 0.8rem;
    margin-bottom: 0rem;
}
.descriptionTrombi{
    text-align: justify;
    font-family: "Century Gothic Regular";
    color:black;
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}

/*Box : pas de padding top et bottom*/
.margesBox{
  padding-top: 0rem;
  padding-bottom: 0rem; 
}

.scroll{
  overflow: auto;
  max-height:16em;
}

/*Bouton close box*/
.croix{
    bottom:3rem;
    right: 1rem;
    position : relative;
    max-width: 2rem;
    max-height: 2rem;
}

@media screen and (max-width: 40em) {
  .descriptionTrombi{
    font-size: 0.6rem;
  }

  .infosTrombi{
    font-size: 0.7rem;
    word-wrap: break-word;
  }

  .croix{
    bottom:2.5rem;
    right: 0.4rem;
    position : relative;
    max-width: 1rem;
    max-height: 1rem;
  }

  .rowSmall{
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }

}




.imageTrombi{
    padding: 0.5rem 0 0.5rem 0;
    max-width: 65%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}




.fondGris{
    background-color:#202328;
}

.fondClair{
    background-color:#f2f2f2;
}


.coordonnees{
    color: white;
    text-align: center;
}

.iconesCoordonnees{
    margin: 0 0.7rem 0 0;
}

.iconesReseaux{
    padding: 0.2rem 0.5rem 0.5rem 0.5rem;
}

.textBox{
    text-align: justify;
    font-family: "Century Gothic Regular";
    color:black;
    font-size: 0.8rem;
}

.listeBox{
    text-align: justify;
    font-family: "Century Gothic Regular";
    color:black;
    font-size: 0.8rem;
    line-height: 1.25;
    margin-bottom: 0.25rem;
}

.centre{
    text-align: center;
}

.listeChiffres{
    list-style-type:decimal;
    padding-left: 1.5rem;
    text-align: justify;
}



/*Style pour Cross Fading*/
#cf {
  position:relative;
  height:150px;
  width:100%;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}




/*Style bouton souligné Orange*/
#souligneO {
  position:relative;
  /*height:281px;
  width:450px;*/
  margin:0 auto;
}

#souligneO img {
  left:0;
}

#souligneO img:hover {
  border-bottom: 0.15rem solid #f26c4f;
}

/*Bouton TOP*/

.scrollToTop{
  width:80px; 
  height:80px;
  padding:10px; 
  /*text-align:center; 
  background: whiteSmoke;
  font-weight: bold;
  color: #444;
  text-decoration: none;*/
  position:fixed;
  bottom:30px;
  right:30px;
  display:none;
  opacity: 0.10;
}
.scrollToTop:hover{
    opacity: 1;
}


.ombre{
  box-shadow: 1px 3px 3px #141414;
}

.frame{
  border:0; 
  height: 350px; 
  width: 80%; 
  margin-top:1rem; 
  margin-bottom: 1rem;
}

.noPadding{
  padding-bottom: 0rem; 
  padding-top: 0rem;
}

/* Slideshow */

.contener_slideshow
{
  width:610px;
  height:211px;
  overflow: hidden;
  position: relative;
  background-image: url(YOUR-URL-IMAGE.png);
}
.slid_1, .slid_2, .slid_3
{
  position: absolute;
  width:610px;
  height:211px;
}
.slid_1{left: 0;}
.slid_2{left: 610px;}
.slid_3{left: 1220px;}
.contener_slide
{
  width: 1220px;
  height: 211px;
  left:0px;
  position: absolute;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-name: anim_slide;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-name: anim_slide;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count:infinite;
  -ms-animation-name: anim_slide;
  animation-duration: 20s;
  animation-iteration-count:infinite;
  animation-name: anim_slide;
}
@-webkit-keyframes anim_slide 
{
  0% {left:0px;}
  22% {left:0px;}
  33% {left:-610px;}
  45% {left:-610px;}
  66% {left:-1220px;}
  90% {left:-1220px;}
}
@-moz-keyframes anim_slide 
{
  0% {left:0px;}
  22% {left:0px;}
  33% {left:-610px;}
  45% {left:-610px;}
  66% {left:-1220px;}
  90% {left:-1220px;}
}
@-ms-keyframes anim_slide 
{
  0% {left:0px;}
  22% {left:0px;}
  33% {left:-610px;}
  45% {left:-610px;}
  66% {left:-1220px;}
  90% {left:-1220px;}
}
@keyframes anim_slide 
{
  0% {left:0px;}
  22% {left:0px;}
  33% {left:-610px;}
  45% {left:-610px;}
  66% {left:-1220px;}
  90% {left:-1220px;}
}


